home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / v cisle / ksp / ksp2006r2full.exe / VisOut.exe / 0 / RCDATA / TDUMBFORM / TDUMBFORM.txt
Text File  |  2006-05-16  |  648b  |  33 lines

  1. object dumbForm: TdumbForm
  2.   Left = 314
  3.   Top = 337
  4.   Width = 374
  5.   Height = 236
  6.   Caption = 'dumbForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object fisSharedMemory1: TfisSharedMemory
  19.     ShareName = 'VisOutSharedMemory'
  20.     Size = 2600
  21.     MsgOutOnErr = False
  22.     Left = 88
  23.     Top = 72
  24.   end
  25.   object Timer1: TTimer
  26.     Enabled = False
  27.     Interval = 200
  28.     OnTimer = Timer1Timer
  29.     Left = 144
  30.     Top = 72
  31.   end
  32. end
  33.